home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / editor / ue312amy.lha / orig / cmd / error.cmd < prev    next >
OS/2 REXX Batch file  |  1993-03-03  |  220b  |  13 lines

  1. ;    ERROR.CMD:    Parse error files
  2. ;            using MicroEMACS 3.12
  3. ;
  4. ;    (C)opyright 1993 by Daniel M. Lawrence
  5. ;
  6.  
  7. store-procedure disp-error
  8.     write-message %error
  9.     set $cmdhook nop
  10. !endm
  11.     set $cmdhook disp-error
  12.     source "emacs.rc"
  13.